- buttonpos_by_scan
ButtonPos[SDL_Scancode] buttonpos_by_scan;
Undocumented in source.
- buttonpos_by_scan_altgr
ButtonPos[SDL_Scancode] buttonpos_by_scan_altgr;
Undocumented in source.
- handlers
KeyHandler[int] handlers;
Undocumented in source.
- handlers_double
KeyHandler[int] handlers_double;
Undocumented in source.
- handlers_down
KeyHandler[int] handlers_down;
Undocumented in source.
- handlers_macros
string[void delegate(GlobalState gs)] handlers_macros;
Undocumented in source.
- input_mode
bool input_mode;
Undocumented in source.
- layout_names
string[] layout_names;
Undocumented in source.
- macros_handlers
void delegate(GlobalState gs)[string] macros_handlers;
Undocumented in source.
- rec_input_mode
byte rec_input_mode;
Undocumented in source.
- scans
SDL_Scancode[][3] scans;
Undocumented in source.
- scans_altgr
SDL_Scancode[][3] scans_altgr;
Undocumented in source.
- scans_cur
SDL_Scancode[][3]* scans_cur;
Undocumented in source.